バージョン

LocalizationBaseWrapper<T,TOut> クラス

チェーン可能なプロパティを含むロケール固有の定義。ビューでコントロールのロケール、地域、および言語設定を直接設定することを許可する Fluent デザイン パターンの実装。
シンタックス
'宣言
 
Public MustInherit Class LocalizationBaseWrapper
    (Of T As {New, LocalizationBaseModel},
     TOut As LocalizationBaseWrapper(Of T,TOut)) 
public abstract class LocalizationBaseWrapper<T,TOut> 
where T: new(), LocalizationBaseModel
where TOut: LocalizationBaseWrapper<T,TOut>
型パラメータ
T
TOut
参照

オンラインで表示: GitHub